A. Combination Of both Public,Private key and digital signature
B. Public Key
C. Private Key
D. Digital signature
Advertisement
Related Mcqs:
- The first event triggers in an aspx page is__________________?
- A. Page_Load() B. Page_Init() C. Page_click() D. Page_doubleclick()...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- Which method do you invoke on the Data Adapter control to load your generated dataset ?
- A. Fill( ) B. Read( ) C. ExecuteQuery( ) D. None of these...
- Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
- A. To create a customized control that needs to display data in a tabular fashion B. To create and populate a Table in Design view C. To create and populate a Table with images D. To display a tabular result set...
- Which method displays the custom control________________?
- A. Display B. Page_Load C. Render D. The Prerender...
- Custom Controls are derived from which of the classes_________________?
- A. Website B. WebForm C. Webfarm D. None of the above...
- Which of the following transfer execution directly to another page ?
- A. Response.Redirect B. Server.Transfer C. Both A and B D. None of these...
- Which of the following is faster and consume lesser memory ?
- A. SQLDataReader B. Data Set C. Both A and B D. None of these...
- ASP.NET separates the HTML output from program logic using a feature named as_______________?
- A. Code-front B. Exception C. Code-behind D. All of the above...
- Which of the following allow writing formatted output ?
- A. Response.Output.Write() B. Response.Write() C. Both A and B D. None of these...
Advertisement